home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 January / EnigmA AMIGA RUN 24 (1997)(G.R. Edizioni)(IT)[!][issue 1998-01 & 02].iso / RECENT2 / MCCTmStr.rdm < prev    next >
Text File  |  1997-12-16  |  2KB  |  52 lines

  1. Short:        MUI custom class V12.5
  2. Author:       i07m@informatik.uni-bremen.de (Kai Hofmann)
  3. Uploader:     i07m@informatik.uni-bremen.de (Kai Hofmann)
  4. Version:      12.5
  5. Type:         dev/mui
  6. Distribution: NoCD
  7. Requires:     MUI 3.1, date.library
  8.  
  9. TimeString is a Custom Class of the Magic User Interface © by Stefan Stuntz.
  10. It's a subclass of string-class and time-class.
  11.  
  12. The idea of this class was born during developing my Gregor application.
  13.  
  14. MUI public custom class that displaying a string gadget for time strings. The
  15. display format of the time string can be freely defined. An input string can be
  16. parsed by the given format string, or in various standard formates (see below).
  17.  
  18. TimeString.mcc features that are of interest for users:
  19. - Can be dragged around
  20. - Accepts drops of other Time.mcc objects and time-strings
  21. - Handles daylight savings time
  22. - Handles time zones
  23. - Supports 12h and 24h clocks
  24. - Supports various string formats
  25.  
  26. TimeString.mcc features of interest for developers:
  27. - Based on Time.mcc
  28. - Supports MUIM_Import and MUIM_Export
  29. - The time can be read in hour/minutes/seconds format or as seconds from
  30.   midnight on
  31. - The time range can be restricted - so the user can only input time that
  32.   lies within his/her working time
  33. - It's possible to notify a Date.mcc object when the next or previous day
  34.   was reached
  35. - Method to set the current time
  36. - Methods for increasing and decreasing the time
  37. - Method to compare with another time object
  38.  
  39.  
  40.  
  41. IMPORTANT NOTE:
  42.  
  43. This package may not be included on any further Aminet CD-ROMs unless authors
  44. contributing their software to the CD-ROM, (without mentioning distribution
  45. "NoCD") are granted a copy of the CD *completely* *free* *of* *charge*.
  46.  
  47. The Meeting Pearls IV CD-ROM demonstrates that a Freebie policy is also
  48. possible with "very-low-budget" CD-ROMs (*), so Aminet should quickly
  49. re-establish the same Freebie policy it used up to Aminet CD 13.
  50.  
  51. (*) Suggested retail price for MP4 is DM 14,95/US$ 12/£ 8.95.
  52.